feat: add skeleton loading component#166
feat: add skeleton loading component#166Kusumitha24 wants to merge 2 commits intoalirezazim03:mainfrom
Conversation
|
@Kusumitha24 is attempting to deploy a commit to the Ali Azimi's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
💡 Enable Vercel Agent with $100 free credit for automated AI reviews |
|
@Kusumitha24 make sure you componenet follows the folder strucutre of the other componenets, you only need the following 3 files: a .jsx, a .json and a .md |
alirezazim03
left a comment
There was a problem hiding this comment.
@Kusumitha24 make sure you componenet follows the folder strucutre of the other componenets, you only need the following 3 files: a .jsx, a .json and a .md
|
Thank you for the feedback! 🙏 |
Pull Request
Description
Brief description of the changes in this PR.
Type of Change
Component Details (if applicable)
-Category: UI Feedback / Loaders
-Framework: React + TypeScript
Checklist
-I have included a screenshot or demo of the component
-I have added/updated appropriate documentation (README.md)
-I have verified the component metadata follows the schema
-All validation checks pass (pnpm validate)
-The component includes proper MIT license attribution
-I have tested the component in different screen sizes (if a
Screenshots
Please include screenshots or a demo of your component:
Additional Notes
-Added a reusable Skeleton component with CSS animation for loading placeholders.
-Supports width, height, and borderRadius props for flexible usage.
-Verified responsiveness and accessibility across screen sizes.
-Linked to Issue #162 ([COMPONENT]: Add Skeleton Component)
-Ready for review and inclusion in the next release ✨